3.170 \(\int \frac {x^{-1+\frac {n}{2}}}{\sqrt {b x^n}} \, dx\)

Optimal. Leaf size=19 \[ \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \]

[Out]

x^(1/2*n)*ln(x)/(b*x^n)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {15, 29} \[ \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 + n/2)/Sqrt[b*x^n],x]

[Out]

(x^(n/2)*Log[x])/Sqrt[b*x^n]

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

\begin {align*} \int \frac {x^{-1+\frac {n}{2}}}{\sqrt {b x^n}} \, dx &=\frac {x^{n/2} \int \frac {1}{x} \, dx}{\sqrt {b x^n}}\\ &=\frac {x^{n/2} \log (x)}{\sqrt {b x^n}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.00 \[ \frac {x^{n/2} \log (x)}{\sqrt {b x^n}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + n/2)/Sqrt[b*x^n],x]

[Out]

(x^(n/2)*Log[x])/Sqrt[b*x^n]

________________________________________________________________________________________

fricas [A]  time = 0.88, size = 30, normalized size = 1.58 \[ \frac {\sqrt {b x^{2} x^{n - 2}} \log \relax (x)}{b x x^{\frac {1}{2} \, n - 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="fricas")

[Out]

sqrt(b*x^2*x^(n - 2))*log(x)/(b*x*x^(1/2*n - 1))

________________________________________________________________________________________

giac [A]  time = 0.21, size = 14, normalized size = 0.74 \[ \frac {\log \left (x^{n} {\left | b \right |}\right )}{\sqrt {b} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="giac")

[Out]

log(x^n*abs(b))/(sqrt(b)*n)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 20, normalized size = 1.05 \[ \frac {x^{\frac {n}{2}} \ln \relax (x )}{\sqrt {b \,x^{n}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(-1+1/2*n)/(b*x^n)^(1/2),x)

[Out]

1/(b*(x^(1/2*n))^2)^(1/2)*x^(1/2*n)*ln(x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{\frac {1}{2} \, n - 1}}{\sqrt {b x^{n}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+1/2*n)/(b*x^n)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^(1/2*n - 1)/sqrt(b*x^n), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \frac {x^{\frac {n}{2}-1}}{\sqrt {b\,x^n}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(n/2 - 1)/(b*x^n)^(1/2),x)

[Out]

int(x^(n/2 - 1)/(b*x^n)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{\frac {n}{2} - 1}}{\sqrt {b x^{n}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+1/2*n)/(b*x**n)**(1/2),x)

[Out]

Integral(x**(n/2 - 1)/sqrt(b*x**n), x)

________________________________________________________________________________________